home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TLMDLIGHTEDITORDLG / TLMDLIGHTEDITORDLG.txt
Text File  |  1997-05-25  |  2KB  |  103 lines

  1. object LMDLightEditorDlg: TLMDLightEditorDlg
  2.   Left = 244
  3.   Top = 123
  4.   ActiveControl = OK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'LMDLight-Editor'
  8.   ClientHeight = 176
  9.   ClientWidth = 308
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 92
  22.     Width = 295
  23.     Height = 8
  24.     Shape = bsBottomLine
  25.   end
  26.   object test: TLMDLight
  27.     Left = 68
  28.     Top = 13
  29.     Width = 164
  30.     Height = 70
  31.     OnClick = testClick
  32.   end
  33.   object Label4: TLabel
  34.     Left = 7
  35.     Top = 113
  36.     Width = 50
  37.     Height = 13
  38.     Caption = '&LightColor:'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object LMDSimpleLabel1: TLMDSimpleLabel
  47.     Left = 7
  48.     Top = 134
  49.     Width = 205
  50.     Height = 42
  51.     AutoSize = False
  52.     Caption = 
  53.       'LightControl displays disabled Color by default. Click on contro' +
  54.       'l to switch between enabled and disabled colors.'
  55.     Font.Color = clNavy
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     MultiLine = True
  60.     ParentFont = False
  61.   end
  62.   object OK: TBitBtn
  63.     Left = 217
  64.     Top = 105
  65.     Width = 82
  66.     Height = 27
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 0
  73.     Kind = bkOK
  74.     Margin = 2
  75.     Spacing = -1
  76.   end
  77.   object Cancel: TBitBtn
  78.     Left = 217
  79.     Top = 136
  80.     Width = 82
  81.     Height = 27
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 1
  88.     Kind = bkCancel
  89.     Margin = 2
  90.     Spacing = -1
  91.   end
  92.   object pred: TComboBox
  93.     Left = 70
  94.     Top = 106
  95.     Width = 139
  96.     Height = 21
  97.     Style = csDropDownList
  98.     ItemHeight = 13
  99.     TabOrder = 2
  100.     OnChange = predChange
  101.   end
  102. end
  103.